home *** CD-ROM | disk | FTP | other *** search
/ How To Lose A Guy In 10 Days Press Kit / How to Lose a Guy in 10 Days Press Kit.iso / pc / Program.dxr / New Save Image Cast_140_IM04_SV_Thumb.ls < prev    next >
Encoding:
Text File  |  2003-01-17  |  287 b   |  25 lines

  1. global gSEL, gIM04
  2.  
  3. on mouseWithin me
  4.   cursor(280)
  5. end
  6.  
  7. on mouseLeave me
  8.   cursor(0)
  9. end
  10.  
  11. on mouseDown me
  12.   if gIM04 = 1 then
  13.     gIM04 = 0
  14.     gSEL.deleteOne("D")
  15.   else
  16.     gIM04 = 1
  17.     gSEL.add("D")
  18.   end if
  19. end
  20.  
  21. on mouseUp me
  22.   sound(3).play(member("Shutter"))
  23.   updateStage()
  24. end
  25.